Skip to content

refactor: feature-based directory structure#48

Merged
tmokmss merged 3 commits into
aws-samples:mainfrom
remote-swe-user:refactor/directory-structure
May 15, 2025
Merged

refactor: feature-based directory structure#48
tmokmss merged 3 commits into
aws-samples:mainfrom
remote-swe-user:refactor/directory-structure

Conversation

@remote-swe-user

@remote-swe-user remote-swe-user commented May 15, 2025

Copy link
Copy Markdown
Contributor

Refactoring: Feature-Based Directory Structure

Changes

  • Refactored to a feature-based directory structure
  • Moved non-shared components and actions into feature directories
  • Used Next.js bracketed directory to organize code without affecting URL paths

New Directory Structure

Benefits

  1. Separation of concerns: Related files for each feature are grouped together
  2. Scalability: Easier to extend when adding new features
  3. Discoverability: Easier to find code related to specific features
  4. Feature independence: Features can be maintained and developed independently

@tmokmss tmokmss merged commit c029c2f into aws-samples:main May 15, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants